home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.31
/
source code
/
mosml
/
src
/
runtime
/
debugcom.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-03
|
305 b
|
17 lines
|
[
TEXT/R*ch
]
#ifndef _debug_
#define _debug_
#include "misc.h"
#include "mlvalues.h"
extern unsigned long event_count;
extern value * trap_barrier;
extern int enable_sigint;
enum { EVENT, BREAKPOINT, PROGRAM_START, PROGRAM_EXIT, TRAP_BARRIER };
void debugger_init P((char *));
int debugger P((int event));
#endif